home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Programare / rpdcss / rpdcss5.exe / {app} / help / cssref.chm / style.css < prev    next >
Cascading Style Sheet File  |  2004-01-18  |  4KB  |  252 lines

  1. body {
  2.   background: white;
  3.   color: black;
  4.   font-family: Arial;
  5.   font-size: 9pt
  6. }
  7.  
  8. TH {
  9.   font-size: 9pt;
  10. }
  11.  
  12. TD {
  13.   font-size: 9pt;
  14. }
  15.  
  16. hr {
  17.    color: black;
  18.    height: 1px;
  19. }
  20.  
  21. h1 {
  22.   color: #c33;
  23.   background: transparent;
  24.   font-weight: normal;
  25.   text-align: left;
  26.   font-size: medium;
  27.   margin-bottom: 0;
  28. }
  29.  
  30. h2 {
  31.   color: #00008b;
  32.   background: transparent;
  33.   font-weight: bold;
  34.   font-size: 11pt;
  35. }
  36.  
  37. h3 {
  38.   color: #006400;
  39.   background: transparent;
  40.   margin-left: 4%;
  41.   margin-right: 4%;
  42.   font-weight: bold;
  43.   font-size: 11pt
  44. }
  45.  
  46. h4 {
  47.   margin-left: 6%;
  48.   margin-right: 6%;
  49.   font-weight: bold;
  50.   font-size: 10pt
  51. }
  52.  
  53. h5 {
  54.   margin-left: 6%;
  55.   margin-right: 6%;
  56.   font-weight: bold;
  57.   font-size: 10pt
  58. }
  59.  
  60. ul, ol, dl, p {
  61.   margin-left: 6%;
  62.   margin-right: 6%
  63. }
  64.  
  65. ul ul, table ol, table ul {
  66.   margin-right: 1%
  67. }
  68.  
  69. pre {
  70.   margin-left: 10%;
  71.   white-space: pre
  72. }
  73.  
  74. table caption {
  75.   font-size: larger;
  76.   font-weight: bolder
  77. }
  78.  
  79. table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
  80.   margin-left: 0;
  81.   margin-right: 0
  82. }
  83.  
  84. p.top {
  85.   margin-left: 1%;
  86.   margin-right: 1%
  87. }
  88.  
  89. blockquote {
  90.   margin-left: 8%;
  91.   margin-right: 8%;
  92.   border: thin ridge #dc143c
  93. }
  94.  
  95. blockquote pre {
  96.   margin-left: 1%;
  97.   margin-right: 1%
  98. }
  99.  
  100. dt a {
  101.   font-weight: bold;
  102.   margin-top: .8em
  103. }
  104.  
  105. a:link {
  106.   color: #00f;
  107.   background: transparent;
  108. }
  109.  
  110. a:visited {
  111.   color: #800080;
  112.   background: transparent;
  113. }
  114.  
  115. a:active {
  116.   color: green;
  117.   background: #FFD700
  118. }
  119.  
  120. .html {
  121.   color: #000080;
  122.   background: transparent
  123. }
  124.  
  125. .css {
  126.   color: #800000;
  127.   background: transparent
  128. }
  129.  
  130. .javascript {
  131.   color: #008000;
  132.   background: transparent
  133. }
  134.  
  135. .example { margin-left: 10% }
  136.  
  137. dfn {
  138.   font-style: normal;
  139.   font-weight: bolder
  140. }
  141.  
  142. var sub { font-style: normal }
  143.  
  144. .note {
  145.   font-size: 85%;
  146.   margin-left: 10%
  147. }
  148.  
  149. .SMA {
  150.   color: fuchsia;
  151.   background: transparent;
  152.   font-family: Kids, "Comic Sans MS", Jester
  153. }
  154.  
  155. .oops {
  156.   font-family: Jester, "Comic Sans MS"
  157. }
  158.  
  159. .author {
  160.   font-style: italic
  161. }
  162.  
  163. .copyright {
  164.   font-size: smaller;
  165.   text-align: right;
  166.   clear: right
  167. }
  168.  
  169. .toolbar {
  170.   text-align: center
  171. }
  172.  
  173. .toolbar IMG {
  174.   float: right
  175. }
  176.  
  177. .error {
  178.   color: #DC143C;
  179.   background: transparent;
  180.   text-decoration: none
  181. }
  182.  
  183. .warning {
  184.   color: #FF4500;
  185.   background: transparent;
  186.   text-decoration: none
  187. }
  188.  
  189. .error strong {
  190.   color: #DC143C;
  191.   background: #FFD700;
  192.   text-decoration: none
  193. }
  194.  
  195. .warning strong {
  196.   color: #FF4500;
  197.   background: #FFD700;
  198.   text-decoration: none
  199. }
  200.  
  201. .warning a:link, .warning a:visited, .warning a:active {
  202.   color: #FF4500;
  203.   background: transparent;
  204.   text-decoration: underline
  205. }
  206.  
  207. .error a:link, .error a:visited, .error a:active {
  208.   color: #DC143C;
  209.   background: transparent;
  210.   text-decoration: underline
  211. }
  212.  
  213. .error strong a:link, .error strong a:visited, .error strong a:active {
  214.   color: #DC143C;
  215.   background: #FFD700
  216. }
  217.  
  218. .warning strong a:link, .warning strong a:visited, .warning strong a:active {
  219.   color: #FF4500;
  220.   background: #FFD700
  221. }
  222.  
  223. colgroup.entity { text-align: center }
  224.  
  225. .default { text-decoration: underline; font-style: normal }
  226. .required { font-weight: bold }
  227. td li.transitional, .elements li.transitional {
  228.   font-weight: lighter;
  229.   color: #696969;
  230.   background: transparent
  231. }
  232. td li.frameset, .elements li.frameset {
  233.   font-weight: lighter;
  234.   color: #808080;
  235.   background: transparent
  236. }
  237.  
  238. .footer {
  239.   margin-top: 2em;
  240.   padding-top: 1em;
  241.   border-top: solid thin black
  242. }
  243.  
  244. strong.legal {
  245.   font-weight: normal;
  246.   text-transform: uppercase
  247. }
  248.  
  249. @media print {
  250.   input#toggler, .toolbar { display: none }
  251. }
  252.